You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > MulDiagRight Method > Matrix.MulDiagRight Method ([In] TMtx, [In] TVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MulDiagRight Method ([In] TMtx, [In] TVec)

Multiply matrix with diagonal matrix from the right.

Syntax
C#
Visual Basic
public TMtx MulDiagRight([In] TMtx Mtx, [In] TVec DiagMtx);

DiagMtx contains the values of the main diagional of the diagonal matrix. Other values of the DiagMtx matrix are assumed to be zero. DiagMtx.Length must be equal to Self.Rows. This operation is the same as calling TMtx.ScaleCols.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!